home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Chemistry / Titrate / card_5946.txt < prev    next >
Text File  |  1991-11-23  |  2KB  |  84 lines

  1. -- card: 5946 from stack: in
  2. -- bmap block id: 4709
  3. -- flags: 0000
  4. -- background id: 5821
  5. -- name: title
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=2 top=22 right=61 bottom=103
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Instructions
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   go to card "instructions"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8000
  31. -- rect: left=202 top=270 right=330 bottom=266
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 20098 / 20098
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Home
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go home
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 8003
  50. -- rect: left=378 top=23 right=61 bottom=510
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Begin Titration
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to card "start"
  62.   send mouseup to   button "new problem"
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 0000
  70. -- rect: left=456 top=290 right=333 bottom=511
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: New Button
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   go to card "info"
  82. end mouseUp
  83.  
  84.